home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / June 96 / Tracker Coordinates < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  731 b   |  [TEXT/ttxt]

  1. Subject:     Tracker Coordinates
  2. Sent:        6/6/96 9:05 AM
  3. Received:    6/6/96 9:21 AM
  4. From:        Bill Finzer, bfinzer@mail.keypress.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. Subject:  Tracker Coordinates               Time: 9:06 AM     Date:6/6/96
  9.  
  10. As near as I can tell, the FW_CTracker::Track method is inconsistent in terms
  11. of the mouse coordinates it passes in its call to BeginTracking and then to
  12. ContinueTracking.
  13.  
  14. In BeginTracking, the point passed in is in view _content_ coordinates.
  15. Whereas in ContinueTracking the current location point passed in is in view
  16. coordinates.
  17.  
  18. Shouldn't both of them be in view coordinates?
  19.